home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / LANDER.SWF / scripts / DefineButton2_323 / BUTTONCONDACTION on(press).as
Text File  |  2006-11-29  |  273b  |  11 lines

  1. on(press){
  2.    gotoAndStop("intro");
  3.    play();
  4.    this.mc_levelComplete.swapDepths(10);
  5.    removeMovieClip(this.mc_levelComplete);
  6.    this.woops.swapDepths(10);
  7.    removeMovieClip(this.woops);
  8.    this.readySet.swapDepths(10);
  9.    removeMovieClip(this.readySet);
  10. }
  11.